* {
	margin: 0;
	padding: 0;
	/*-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;*/
    -webkit-overflow-scrolling: touch;
    -webkit-text-size-adjust: none;
}

html {
	overflow: hidden;
	overflow-y: auto;
}

html,body {
	width: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	color: #364149;
}

body {
    text-rendering: optimizeLegibility;
    font-family: "Microsoft YaHei", 黑体, Arial,"Helvetica Neue", "Hiragino Sans GB",  sans-serif;
    font-size: 14px;
    letter-spacing: 0.2px;
    text-size-adjust: 100%;
}

a {
	text-decoration: none;
	outline: none;
}

/*清除浮动*/
.clear {
	clear: both;
	height: 0;
}

.clearfix {
	zoom:1;
}

.clearfix:after {
	content:".";
	display:block;
	height:0;
	line-height: 0;
	visibility:hidden;
	clear:both;
}

img {
	border: 0;
}

li {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.float_l {
	float: left;
}

.float_r {
	float: right;
}

.center {
	text-align: center;
}

/*清除ie input输入框小×*/
input::-ms-clear {
	display: none;
}

/*苹果手机端清除自带按钮样式*/
input[type="text"], input[type="password"],input[type="button"], textarea { 
	outline-style: none; 
	-webkit-appearance: none; 
}